home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 004 (1987-02-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 004 (1987-02-15)(Ossowski, Stefan)(DE)(PD).adf / MandelVroom / README < prev    next >
Text File  |  1987-03-04  |  2KB  |  60 lines

  1.  
  2.  
  3.  
  4.   I have been working on this Mandlebrot for some months and have
  5. finally decided to give it away in the public domain.  I hope you
  6. like it.
  7.  
  8.   It can only be compiled with Manx Aztec C, because some of the
  9. program is in Manx 68000 assembler format.  The Mandelbrot picture
  10. generators are in assembly for speed.
  11.  
  12.   The program uses contour map making techniques that allow you
  13. direct control over coloration of your Mandelbrot pictures.  Once
  14. you've generated a picture, you can recolor again in seconds.
  15. MandelVroom has a number of preset pictures that are examples
  16. of the kind of pretty pictures you can make.
  17.  
  18.   MandelVroom works best with more than 512K of ram, but I've tried
  19. to make some provisions for those of you without extra ram.
  20.  
  21.   The file named MandeVroom.doc contains a description of MandelVroom
  22. and how to use it.  I recommend reading it.
  23.  
  24.   For those of you who want or need to rebuild MandelVroom, good luck.
  25. MandelVroom's code is located in three directories.  The MandleVroom
  26. directory contains most of MandelVroom's code.
  27.  
  28.   The GetFile directory contains Charlie Heath's file name regiester
  29. from Fish Disk 41.  It also contains some files with diff's in them.
  30. Charlie's file name requester doesn't work to well in custom screens
  31. without them.
  32.  
  33.   You will need to combine Charlies code with the diff's to produce the
  34. code I use.  You will then need to perform a make in the GetFile
  35. directory.
  36.  
  37.   The IFF directory needs to contain a bunch of sources from the
  38. Amiga Developers IFF disk (Fish Disk 64).  See the 'readme' in the
  39. IFF directory for information on the files required.
  40.  
  41.   Sorry you have to run all over to get the stuff to rebuild this code,
  42. but I don't want to redistribute the IFF sources.
  43.  
  44.   Good luck with the program.  I hope you enjoy it.
  45.  
  46.  
  47.   Kevin L. Clague
  48.   408 Tortolla Way
  49.   San Jose, CA 95133
  50.  
  51.   home 408-258-9891
  52.   work 408-737-5481
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.